
header{
	height: 190px;
	width: 100%;
	font-size: 50px;
	font-family: algerian;
	text-align: center;
	color:black;
	background-color: #09d;
	padding: 0px;
}
#conteneurheader {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: nowrap;
border-style: solid;
overflow: hidden;
}

section{
	color:#0000FF ;
	min-width: 200px;
}
section h2{
	color:#0000FF ;
}
#conteneursectionP{
width: 75%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
margin: auto;
padding: 8px;
flex-wrap: nowrap;
border-style: hidden;
}


#conteneursection1 {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 4px;
flex-wrap: wrap;
border-style: hidden;
overflow: hidden;
}

.sport {
background-color: yellowgreen;
}
.culture-art {
background-color: mediumpurple;
}
.création {
background-color: darkred;
}
.outreterre{
background-color: darkcyan;
}
.personnalite{
background-color: tomato;
}
.indefini{
background-color: #66B2FF;
}

.texte{
width: 75%;
}

article{
flex: 3;
background-color:white;
}

footer p {
	font-size: 10px;
	color:#66B2FF;
	text-decoration: underline;
}
footer a {
	font-size: 15px;
	text-decoration: none;
}